From 21b4e1c2a6e066a2d1a74935b6b00cf5f14e6863 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 15 Nov 2005 11:36:44 +0100 Subject: [PATCH] Previous changeset trivially broke ioemu/helper2.c. Fix it. Signed-off-by: Keir Fraser --- tools/ioemu/target-i386-dm/helper2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/target-i386-dm/helper2.c b/tools/ioemu/target-i386-dm/helper2.c index b01811d03c..725f8d2a32 100644 --- a/tools/ioemu/target-i386-dm/helper2.c +++ b/tools/ioemu/target-i386-dm/helper2.c @@ -416,7 +416,7 @@ int main_loop(void) FD_ZERO(&wakeup_rfds); FD_SET(evtchn_fd, &wakeup_rfds); highest_fds = evtchn_fd; - env->send_event = 0 + env->send_event = 0; while (1) { if (vm_running) { if (shutdown_requested) { -- 2.30.2